/* Gallery styles */

#gallery{
	margin-right: auto;
	margin-left: auto;

	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../css/css_img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menumacslide{
	/* This is the container for the thumbnails */
	height:36px;
}

ul.example {
	margin:0px;
	padding:0px;
}

ul.example li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../css/css_img/pic_bg.png) repeat;
}

ul.example li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../css/css_img/active_bg.png) no-repeat;
}

ul.example li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../css/css_img/divider.png) no-repeat right;
}
ul.example li a{
	display:block;
	background:url(../css/css_img/divider.png) no-repeat right;
	height:40px;
	padding-top:7px;
}
ul.example li a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:23px;
	font-weight:normal;
	margin-bottom:5px;
}

#mainmac h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	text-transform:uppercase;
	top:15px;
	right: 0;

}


#mainmac{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:980px;
	position:relative;
}





p{
	font-size: 100%;
	line-height: 1.8em;
	color: #333333;
}
p.b2 {
	font-size: 98%;
	line-height: 1.5em;
	color: #333333;

}
p.in {
	font-size: 98%;
	line-height: 1.5em;
	color: #333333;
	padding-left: 90px;
	background-image: url(../shop/shop_img/acaihe.jpg);
	background-repeat: no-repeat;
	background-position: left top;



}

p.linkred a{
	color: #CC0000;
	text-decoration: none;
}
p.linkred a:hover {
	color: #CC0000;
	text-decoration: underline;
}

p.linkblue a{
	color:#0196e3;
	text-decoration: none;
}
p.linkblue a:hover {
	color: #80CCFF;
	text-decoration: underline;
}
a.macblue:link, a.macblue:visited {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
