.cslide {
	position:relative;
}
.cslide_nav_left, .cslide_nav_right {
	width:30px;
	height:30px;
	cursor:pointer;
}

.cslide_nav_left {
 left:20px;
 top:150px;
 position:absolute;
 background:url("slider_left.png") left top no-repeat;
 z-index:500;
}

.cslide_nav_right {
 right:20px;
 top:150px;
 position:absolute;
 background:url("slider_right.png") left top no-repeat;
 z-index:500;
}

/*.cslide_nav_left:hover, .cslide_nav_right:hover {
 background-color:#3c2814;*/
}

ul.cslide_bubbles, ul.cslide_bubbles li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.cslide_bubbles {
 display:table;
 margin-top:25px;
 margin-right:auto;
 margin-left:auto;
}

ul.cslide_bubbles .cslide_bubble {
	float:left;
	margin:0px;
	width:20px;
	height:20px;
	padding:0 3px;
	background:url("slider_bullets.png") left top no-repeat;
	cursor:pointer;
}

ul.cslide_bubbles .cslide_bubble.active {
	background:url("slider_bullets.png") left bottom no-repeat;
}