/* Gallery Styles */

#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 */
height: 80px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #999999; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;

}

#motioncontainer a:hover {
color: #999999; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */





.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #999999;*/
/*border-left: 1px solid #999999;
border-right: 1px solid #999999;*/
/*border-top: 1px solid #999999;*/
/*border-bottom-width: 6px;*/
width: 100%; /*width of featured content slider*/
height: 240px;
border:1px solid #999999;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
/*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;
}
.contentdiv
{
	/*width: 100%;*/
	margin-top:40px;
	text-align:justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.pagination
{	
	margin-top:-241px;	
	background:url(../images/container/_container_title_bg.gif) repeat-x;
	height:30px;
	/*line-height:39px;	*/
	/*color:#ffffff;*/
	/*font-weight:bold;*/
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align:middle;
	/*border:1px solid #999999;*/
	/*border-right:3px solid #999999;*/

	
	/*width: 100%;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/*
	text-align: right;
	background-color: navy;
	padding: 5px 10px;
	*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	/*color: #00007D;*/
	color:#ffffff;
	/*background: white;*/
	font-size:13px;
	/*font-weight:bold;*/
	border:1px solid #ffffff;
	position:relative;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
}
