﻿.view1, .view2, .view3 {margin-bottom: 20px;} 
.view1 img, .view2 img, .view3 img {border:none;display:inline;} 

.view1 .sliderwrapper {
	border: none;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.view1 .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.view1 .paginateframe {
	background: #e4e4e4;
}
.view1 .pagination {
	background: #e4e4e4;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}
.view1 .pagination a {
	text-decoration: none;
	font-weight: bold;
	color: #5c5c5c;
	padding: 0px 8px 0px 8px;
	line-height: 25px;
	height: 25px;
}
.view1 .pagination a.selected {
	background: #bcbcbc;
	color: #000000;
}
.view1 .imginfo {
    background: url(../images/seethroughbg.png);
    position:absolute;
}
.view1 .imginfo .innerframe {
    padding: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.view1 .imgcount {
    float: right;
    color: #ffffff;
    margin-bottom: 10px;
}



.view2 .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}
.view2 .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.view2 .paginateframe {
	background: #e4e4e4;
	margin:0;
}
.view2 .pagination {
	padding: 10px 0px 10px 0px;
	margin:0;
	background: #e4e4e4;
}
.view2 .pagination a {
	padding:0;
	margin:0;
}
.view2 .pagination a.selected {
	background:none;
}
/* Gallery Styles */

.view2 #motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
float: left;
}

.view2 #motioncontainer a {
text-decoration: none;
}
.view2 #motioncontainer a img {
border: none; /* Set image border color */
margin-right: 10px;
}
.view2 .imgmenu .arrowleft {
    width: 15px;
    background: #e4e4e4 url(../images/slideshow-thumbarrow_left.gif) no-repeat center center;
}
.view2 .imgmenu .arrowright {
    width: 15px;
    background: #e4e4e4 url(../images/slideshow-thumbarrow_right.gif) no-repeat center center;
}
.view2 .imginfo {
    background: url(../images/seethroughbg.png);
    position:absolute;
}
.view2 .imginfo .innerframe {
    padding: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.view2 .imgcount {
    float: right;
    color: #ffffff;
    margin-bottom: 10px;
}



.view3 .frame {
    padding: 10px;
    background: #e4e4e4;
}
.view3 .innerframe {
    margin: 10px;
}
.view3 .stepcarousel {
	position: relative; /*leave this value alone*/
	border: none;
	overflow: scroll; /*leave this value alone*/
}

.view3 .stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.view3 .stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right: 10px;
}
.view3 .arrowleft {
    width: 40px;
}
.view3 .arrowright {
    width: 40px;
}
.view3 .imginfo {
    background: url(../images/seethroughbg.png);
    position:absolute;
}
.view3 .imginfo .innerframe {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.view3 .imgcount {
    float: right;
    color: #ffffff;
}