/* Gallery Styles */
#wrapper
{
	float: left;
	position: relative;
	width: 969px;
	height: 170px;
	text-align: center;
	background: #ececec;
}

#motioncontainer {
margin: 10px auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 900px; /* Set to gallery width, in px or percentage */
height: 112px; /* Set to gallery height */

}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid black; /* 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: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

#left-shadow
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 12px;
	bottom: 0;
	
}

#right-shadow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	
}

.scrollButtons
{
	position: absolute;
	top: 80px;
	width: 32px;
	height:32px;
	z-index: 100;
}

.scrollButtons.left
{
    background: url(/images/new/geri.png) no-repeat;
	
}

.scrollButtons.right
{
	right: 2px;
	background: url(/images/new/ileri.png) no-repeat;
}
