#right {
	display: none;
}

#slideshow {
	margin-bottom: 15px;
}
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#maincontainer_1 {
	width: 787px;
}

.slides_container {
	width: 787px;
	display: none;
}

/*
	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 div {
	width: 787px;
	height: 288px;
	display: block;
}

/*
	Optional:
	Reset list default style
*/
#cms ul li {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
}

ol, ul {
	margin: 0;
}

.pagination {
	height: 32px;
	width: 787px;
	overflow: hidden;
}

.pagination li {
	display: inline;
	font-size: 12px;
	line-height: 30px;
	/*width: 195px;*/
	float: left;
	text-align: center;
}

.pagination li.current {
	display: inline;
	font-size: 14px;
	line-height: 30px;
	/*width: 199px;*/
	float: left;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url("/medias/sys_master/8558707283762464.gif") !important;
}

.pagination .current a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: none repeat scroll 0 0 #3CB0E5 !important;
}

.pagination a {
	color: #404040;
	text-decoration: none;
	display: block;
	background-image: url("/medias/sys_master/8558707283366176.gif") !important;
}

.pagination a:hover {
	color: #404040;
	text-decoration: none;
	display: block;
	background: none repeat scroll 0 0 #EDEDED !important;
}

.prev {
	display: none;
}

.next {
	display: none;
}