/* 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: 160px;
	padding-left: 5px;
}

#motioncontainer a img {
	padding-left: 0px;
}

#motioncontainer a:hover img {

}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {

}
/* End Gallery Styles */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 346px; /*width of featured content slider*/
	height: 160px;
}
.positioning {
	text-align: center;
	vertical-align: middle;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 346px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}

.pagination{
	width: 346px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	background-color: #454734;
}

.pagination a{
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	color: #FFFFFF;
	background-color: #454734;
	margin-right: 0px;
	margin-left: 0px;
}

.pagination a:hover, .pagination a.selected{
	background-repeat: no-repeat;
	background-position: center;
	color: #454734;
	background-color: #FFFFFF;
}
