


/*
UTILITY STYLES
*/				  				  

.floatLeft{ 
float: left;
margin-right: 10px;
}

.floatRight{
float: right;
}

.clear {
clear: both; 
}


a{
outline: none;
}


/*
PAGE STRUCTURE
*/
#page-wrap { 
width: 355px;
margin: 10px auto;
position: relative;
min-height: 285px;
background: url(/style/template/bg.png) top center;
border:0px solid #ff0000;
}


/*
TYPOGRAPHY
*/
ul.style-img	{
list-style: square outside;
}


li.style-img{
padding:2px 0px 2px 0px;

}

/*
a, a:visited{
color: #729dff;
text-decoration: none;
}

a:hover, a:active{
color: #00ff00;
}
*/

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
*/
.slider-wrap{ 
width: 345px;
position: absolute;
top: 0px; 
left: 5px;
border:0px solid #0000ff;
}		

.stripViewer .panelContainer 

.panel ul	{ 
text-align: left;
margin: 0 15px 0 0px;
}



.stripViewer{
position: relative;
overflow: hidden;
width: 345px;
height: 285px;
border:0px solid #00ff00;
}



.stripViewer .panelContainer{
position: relative;
left: 0;
top: 0;
}

.stripViewer .panelContainer .panel{
float: left;
height: 100%;
position: relative; 
width:345px;

}


.stripNavL, .stripNavR, .stripNav{
display: none;
}


.nav-thumb {
border: 2px solid #FFFFFF;
margin-right: 5px;

}


#movers-row	{ 
margin: 10px 0 0 25px;
height:28px;
border:0px solid #00ff00;
}


#movers-row div{ 
width: 15%;
float: left;
}


#movers-row div a.cross-link{
float: right;
}

.photo-meta-data{
padding: 10px;
height: 30px; 
margin-top: -50px;
position: relative; 
z-index: 9999; 
color: white;


}


.photo-meta-data span{ 
font-size: 13px; 
}


.cross-link{ 
display: block;
width: 45px;
margin-top: 6px; 
position: relative;
padding-top: 0px;
z-index: 9999;
border:0px solid #ff0000;
}


.active-thumb{
border:2px solid #00a8ff;

/*background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat;*/
}






