/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
/*width: 50%; /* Set to gallery width, in px or percentage */
width:980px;
height: 160px; /* Set to gallery height */
background-color:#000;

padding-bottom:5px;
}

#motioncontainer img {
margin-top:5px;
padding-top:0px;
border: 3px solid #fff; /* Set image border color */
}

#motioncontainer a:hover img {
/*border: 1px solid navy; /* 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: #c06; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


/*a.product{position:relative;display:block;width:289px;height:256px;}*/
.product
{
	display:inline;
	position:relative;

}

.product img 
{
	width: 200px;
	height:150px; 

} 

.product:hover
{
	background:#333;
}
.product span
{
	display:none;
}
.product:hover span
{
	display:block;
	position:absolute;
	top:-138px;
	left:0;
	text-align:center;
	color:#fff;
	width:190px;
	height:140px;
	line-height:25px;
	margin-left:3px;
	padding:5px;
	background:#333;
	z-index:999;
	cursor:pointer;
	opacity: 0.80;
	filter:alpha(opacity=80);
}
.product span b
{
	font-size:130%;
}