/*
整体样式
*/

html,body
{
  text-align:center;
  font-size:12px;
  margin:0px;
  padding:0px;
  font-family:"宋体",arial;
  color:#000000;
  background-color:#FFFFFF;
}

/*
全局样式
*/

.thwart{display:inline;}

ul{margin:0;padding:0;list-style-type:none;} 

img{border-style:none; border:0px;}

div{overflow:hidden;}

table{border:0px; width:100%;}

p { margin:0px; padding:0px;}

a:link {text-decoration: none;color: #000000;}
a:active { text-decoration: none; color:#000000}
a:hover {text-decoration: none; color: #000000} 
a:visited{text-decoration: none;color: #000000}

/*
整体布局样式
*/

#container
{
   width:960px;
   position:relative;
   margin: 0 auto;
   padding: 0px;
   text-align:left;
   background-color:#ffffff;
}

.balloon1
{
	width:315px;
	height:300px;
	background-image:url(http://www.jimei.com.cn/images/bgfdxg.gif);
	padding-left:35px;
	padding-top:32px;
	position:absolute;
	display:none;
}
.balloon1 img
{
	width:300px;
	height:250px;
	border:0px;
}

.balloon2
{
	width:330px;
	height:300px;
	background-image:url(http://www.jimei.com.cn/images/bgfdxg1.gif);
	padding-left:20px;
	padding-top:32px;
	position:absolute;
	display:none;
}
.balloon2 img
{
	width:300px;
	height:300px;
	border:0px;
}