/* CSS Document */

@charset "UTF-8";



/*  SCROLLER
----------------------------------------------- */
#scroller
{
	position: relative;
	width: 672px; /* Set to gallery width, in px or percentage */
	height: 56px; /* Set to thumbnail height */
	top: 0px;
	left: 0px;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #484D20;
}

#scroller img
{
	position: relative;
	top: 1px;
	margin: 0px 1px;
	border-bottom: solid 1px #484D20;
	/* outline: 1px solid #000; */
}

#scroller img:hover
{
	outline: 1px solid red;
}

#motiongallery
{
	position: absolute;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#trueContainer 
{
	padding: 0px 0px;
	white-space: nowrap;
}

.selectedThumbnail 
{  
	border-bottom: solid 1px #F96 !important;
	
}

.inFocus
{
	border: solid 1px #fc0 !important;
}

#statusdiv
{
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#scroller a:hover
{
	color: red; /* Dummy definition to overcome IE bug */
}

/* HACK for Explorer       */
/* <!--[if gte IE 5.5]>	   */
#scroller
{
	width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
/* <![endif]-->			   */




/*  CONTROLS
----------------------------------------------- */

#transport {
	text-align: center;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 106px;
	height: 14px;

}



#transport li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;	
}


#buttonShowPrevious img
{
	border: solid #437908;
	border-width: 0px 0px 1px 1px;
}

#buttonPlayPause img
{
	border: solid #437908;
	border-width: 0px 1px 1px 1px;
}

#buttonShowNext img
{
	border: solid #437908;
	border-width: 0px 1px 1px 0px;
} 





/* DETAILS
----------------------------------------------- */

#MainImageOutline {
	width: 500px;
	height: 270px;
	margin: 0px auto;
	padding: 0px;
	background-color: #333;
	
	text-align: center;
	z-index: 1;
}
#MainImage {
	width: 500px;
	height: 270px;
	z-index: 5;
}
#TextDetails
{
	width: 300px;
	margin: 0px auto;
	color: #FFC;
}
#TextDetails #details_caption
{

	margin-bottom: 0px;
	text-transform: capitalize;
	color: #339;
}
#TextDetails #details_title
{
	letter-spacing: 3px;
	color: #99C;
	font-size: 14px;
}


