
#slides {
	z-index:100;
	width: 912px;
	height: 325px;
	padding: 2px 2px 2px 2px;
	border: solid 1px gray;
}

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

.slides_container {
	width:912px;
	overflow:hidden;
	position:relative;
	display:none;
	padding: 0px 0px 0px 0px;
}

/*
	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:912px;
	height:275px;
	display:block;
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/

.pagination {
	width: 912px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

.pagination #tab0 a {
	display:block;
	width:228px;
	height:50px;
	background-image:url(../images/tab_cordon.png);
	float:left;
	overflow:hidden;
}

.pagination #tab0.current a {
	background-image:url(../images/tab_cordon_a.png);
}

.pagination #tab1 a {
	display:block;
	width:228px;
	height:50px;
	background-image:url(../images/tab_binar.png);
	float:left;
	overflow:hidden;
}

.pagination #tab1.current a {
	background-image:url(../images/tab_binar_a.png);
}


.pagination #tab2 a {
	display:block;
	width:228px;
	height:50px;
	background-image:url(../images/tab_lira.png);
	float:left;
	overflow:hidden;
}

.pagination #tab2.current a {
	background-image:url(../images/tab_lira_a.png);
}


.pagination #tab3 a {
	display:block;
	width:228px;
	height:50px;
	background-image:url(../images/tab_krisp.png);
	float:left;
	overflow:hidden;
}

.pagination #tab3.current a {
	background-image:url(../images/tab_krisp_a.png);
}
