﻿.bxslider-box {width:270px; overflow:hidden;}
.bxslider-box-end {width:270px; overflow:hidden;}
    
    /** RESET AND CLEARFIX
================================================**/
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cp-next-wrapper {width:45px;  padding-top:30px;  padding-right:20px; padding-left:10px; float:left;}
.cp-prev-wrapper {width:45px;  padding-top:30px;  padding-left:20px; padding-right:10px; float:left;}

.cp-prev {
	/*left: 10px;*/
	width:32px; height:33px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.cp-next {
	/*right: 10px;*/
	width:32px; height:33px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.cp-wrapper .cp-prev:hover {
	background-position: 0 0;
}
