#slides_gallery{
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-top-radius:4px;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	
	border:1px solid #dde3e6;
	
	background:url(/images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:693px;
	overflow:hidden;
	
	margin-bottom: 10px;
}

#slides{
	/* This is the slide area */
	height:260px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:693px;
	overflow:hidden;
}

.slide{
	float:left;
	height:260px;
	width:693px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	display: block;
}

a.slide:hover{
	text-decoration: none;
	cursor: pointer;
}

.slide_img{
	float: left;
	width: 195px;
	height:260px;
	background-color: #fff;
	padding:0px 0px 0px 45px;
	margin-right: 35px;
}

.slide_text{
	padding: 0px 30px 0px 0px;
	margin: 0px;
	height:260px;
	text-align: left;
	background-color: #fff;
}

.slide_text h2{
	margin: 80px 0px 0px 0px;
	font-size: 23px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.slide_text h3{
	margin: 7px 0px 15px 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #7a7a7a;
	text-decoration: none;
}

.slide_more {
	color: #68bdd8;
	font-size: 15px;
	background: url(/images/slide_more.gif) no-repeat right; padding-right: 12px;
}
#slides_menu{
	/* This is the container for the thumbnails */
	height:71px;
	text-align:center;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:71px;
	overflow:hidden;
	text-align:center;
}

li.inact{
	/* The inactive state, highlighted on mouse over */
	background:url(/images/panel_product.jpg) repeat;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/images/pic_bg.png) no-repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(/images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

li a{
	display:block;
	background:url(/images/divider.png) no-repeat right;
	height:61px;
	padding-top:10px;
}

a img{
	border:none;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(/images/divider.png) no-repeat left ! important;
}
