body {
	padding: 0 5px;
	background-color: #000;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
.next, .prev {
	cursor:pointer;
}
#screen2 {
	position:relative;
	width:810px;
	margin:20px;
}
.buttons {
	margin-bottom:5px;
	width:100px;
	float:left;
}
.buttons a {
	color:#69C;
}
.buttons a.prev span, a.next span {
	position:absolute;
	left:-9999px;
}
.buttons a.prev {
	float:right;
	background-image:url(img/controls_22.jpg);
	width:92px;
	height:115px;
	background-repeat: no-repeat;
}
.buttons a.next {
	float:left;
	background-image:url(img/controls_25.jpg);
	width:92px;
	height:115px;
	background-repeat: no-repeat;
}
#cpg-slideshow {
	overflow:hidden;
	width:600px;
	float:left;
	background-image: url(img/controls_24.jpg);
	background-repeat: repeat-x;
	height:115px;
}
#cpg-slideshow ul {
	width:3900px;
	margin-right: 10px;
	margin-left: 10px;
}
#cpg-slideshow li {
	float:left;
	cursor:pointer;
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 16px;
}
#cpg-slideshow li a img {
	border: 2px solid #333333;
}

