/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }




/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
#ForsideSlider								{ width: 588px; height: 361px; border: 1px solid #c4c4c6; background: url(../Images/bunnSlider.png) no-repeat; background-position:bottom;  position:relative;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 588px; height: 270px; border-bottom: 1px solid #c4c4c6;  }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 588px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.nav-thumb 									{ width:196px; height:90px; float:left;    }

#movers-row									{ margin-top: -13px; padding-top:13px;  height:90px; width:588px; /* background: url(../Images/bunnSlider.png) no-repeat;*/ position:relative;  }


.cross-link									{ display: block; width: 176px; position: relative;   height:103px; margin-top:-13px; padding:20px 10px 10px 10px; }
.active-thumb 								{ background: url(../Images/SliderActive.png)  no-repeat;  padding:20px 10px 10px 10px; }


.cross-link, .cross-link:visited, .cross-link:active
{
    color:#9ED6DA;
}

.cross-link:hover
{
    color:#fff;
}

.active-thumb, .active-thumb:visited, .active-thumb:active
{
    color:#333;
}

.active-thumb:hover
{
    color:#004165;
}




#movers-row	 h3
{
    font-size:14px;
    margin:0;
    padding:0;
}



