@charset "utf-8";

#productwrapper {
	width: 128px;
	padding: 0px 0px;
	position: relative;
	height: auto;
	cursor: pointer;
	margin: 10px 12px;
	background-image: url(more-button.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style: none;
	float: left;
}
#productwrapper.hover {
	background-color: #FFFFFF;
}
#productwrapper.hover p strong {
	color: #ec008c;
}






#productimage  {
	height:80px;
	width:126px;
	position: relative;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	float: left;
}

#productimage img {
	border: 0px;
	position:absolute;
	clip:rect(20px 161px 100px 35px);
	float: left;
	width: 250px;
	top: -20px;
	left: -35px;
}
#productinfo   {
	width:122px;
	position: relative;
	margin: 0px auto;
	height: 55px;
	float: right;
}


#productwrapper p {
	margin: 0px 0px;
	padding: 0px 0px;

}
#projectimage.feature {
	height:auto;
	width:550px;
	position: relative;
	margin: 5px auto;
	border: 1px solid #d1d1d1;
}
#projectimage.feature  img {
	border: none;
	width: 550px;
}
#productinfo.feature {
	height:auto;
	width:100%;
	position: relative;
	margin: 0px 0px;
	float: left;
}
#screenshot{
	position:absolute;
	border:1px solid #d1d1d1;
	padding:5px;
	display:none;
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#screenshot img {
	width: 350px;
	margin-top: 5px;
	border: 1px solid #d1d1d1;

}
#panelinfo #productwrapper {
	width: 257px;
	margin-left: 5px;
}

