
/*  slider CSS stuff starts here */
#boat_photos_container { position: relative; width: 350px; height: 150px; overflow: hidden; 	background: url('../images/item-bg.png') no-repeat;	}
#controls { position: absolute; display: block; width: 120px; left: 0; top: 40px; padding: 10px; }

.item { display: block; width: 350px; height: 150px; }


#prev_btn {position: absolute; margin-top: -60px; margin-left: -15px; width: 40px; height: 40px; background-image: url(../images/arrow_left.png); display: block; float: left;}
#next_btn {position: absolute; margin-top: -60px; margin-left: 305px; width: 40px; height: 40px; background-image: url(../images/arrow_right.png); display: block;  float: left;}
