﻿.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 550px;
height: 233px; /*Height should enough to fit largest content's height*/
margin: 0 auto;
}

.stepcarousel .belt, .stepcarousel .belt_c{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .last_view, .stepcarousel .combined{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0 7px 20px 7px; /*margin around each panel*/
width: 102px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.pagination {
	text-align: center;
	position: absolute;
	bottom: 9px;
	right: 13px;
	}
.pagination a {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #bb8286;
	margin: 0 5px 0 0;
	display: inline-block;
	}
.pagination a.selected {
	background: #ae393c;
	}
.pagination a span {
	display: none;
	}



a.prev, a.next {
	width: 1002px;
	height: 500px;
	display: block;
	position: absolute;
	top: 5px;
	/*background: url(/1/ms/images/spring2013/main_bg.png) top left repeat;*/
}
a.prev { 
	left: -1007px;
	}
a.next {
	right: -1007px;
	}
a.prev span, a.next span {
	display: none;
	}
.image_carousel img {
	margin: 10px 0;
	}
a.prev3, a.next3, .prev5, .next5, .prev6, .next6 {
	width: 9px;
	height: 19px;
	display: block;
	position: absolute;
	top: 183px;
	background: url(/1/ms/images/arrows_hits.png) top left no-repeat;
}
a.prev3, a.next3 {
	width: 20px;
	height: 36px;
	display: block;
	position: absolute;
	/*top: 500px;*/
	top: 150px;
	background: url(/1/ms/images/arrows_hits_n.png) top left no-repeat;
}
.prev5, .next5, .prev6, .next6 {
	cursor: pointer;
	display: none;
	height: 16px;
	top: 85px;
	background: url(/1/ms/images/spring2013/arrows_combined.png) top left no-repeat;
}
.prod_block_3 .prev6, .prod_block_3 .prev5 {
	top: 230px;
	left: 0px;
	}
.prod_block_3 .next6, .prod_block_3 .next5 {
	top: 230px;
	right: 0px;
	}
a.prev3 { 
	left: 0px;
	}
.prev5, .prev6 { 
	left: 8px;
	}
a.next3 {
	right: 0px;
	background: url(/1/ms/images/arrows_hits_n.png) top right no-repeat;
	}
.next5, .next6 {
	right: 8px;
	background: url(/1/ms/images/spring2013/arrows_combined.png) top right no-repeat;
	}
a.prev3 span, a.next3 span, .prev5 span, .next5 span, .prev6 span, .next6 span {
	display: none;
	}
