
/*
	Slides styles
*/


#container {
    width:763px;
	height:418px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
float:left;
}

#tab {
	position:absolute;
	top:328px;
	left:40px;
	z-index:101;
	background-image:url(/img/pagetab.png?v=2);
}


/*
	Caption
*/



.caption {
	position:absolute;
	z-index:500;
	left:20px;
	height:70px;
	width:140px;
	padding:0px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	font-size:15px;
	line-height:1.33;
	color:#fff;
	bottom:0;
}


.larger  {	
	font-size:22px;
	color:#fff;	
}


/*

	Slideshow
*/

#slides {
	position:relative;
	z-index:100;
	margin-top:16px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:763px;
	height:402px;
	overflow:hidden;
	position:relative;
	z-index:100;
	display:none;
	margin:0 auto;
}

.slides_container div.slide {
	width:763px;
	height:402px;
	position:relative;
	z-index:100;


}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:763px;
	height:402px;
	/*display:block;*/
}

.slides_container a img {
	display:block;
}



/*
	Pagination
*/

.pagination {
	position:absolute;
	margin:10px 380px;
	width:100px;
	z-index:201;

}



.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/img/pagination.png?v=2);
	background-position:0 0;
	float:left;
	overflow:hidden;

}

.pagination li.current a {
	background-position:0 -12px;
}


