			#wrapper {
				height: 365px;
				position: relative;
				margin: 0 auto;
				overflow: hidden;
				width: 95%;
			}
			#carousel {
				width: 700px;
				height: 320px;
				overflow: hidden;
			}
			#carousel a  {
				display: block;
				float: left;
			}
			#prev, #next {
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 32px;
				height: 32px;
				position: absolute;
				top: 48%;
			}
			#prev {
				background: url("/images/img/arrows_next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
				left: 0px;
			}
			#prev:hover {
				left: 0px;
			}			
			#next {
				background: url("/images/img/arrows_prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
				right: 0px;
			}
			#next:hover {
				right: 0px;
			}	
			#pager {
				bottom: 10px;
				padding: 20px 10px 0;
				position: absolute;
				text-align: center;
				width: 100%;
			}
			#pager a {
				background-color: #4e0000;
				display: inline-block;
				width: 6px;
				height: 6px;
				margin-right: 6px;
				border-radius: 5px;
			}
			#pager a.selected {
				background-color: #b33a37;
			}
			#pager a span {
				display: none;
			}
			
			#thumbs {
				background-color: rgba(0, 0, 0, 0.5);
				border: 1px solid rgba(0, 0, 0, 0.8);
				display: none;
				height: 75px;
				margin: -103px auto 0;
				padding: 10px;
				position: relative;
				text-align: center;
				width: 150px;
				z-index: 10;
			}
			#thumbs img {
				display: block;
				float: left;
			}


.slider_description {
    background: none repeat scroll 0 0 #7C574E;
    bottom: -9px;
    height: 44px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}