@charset "utf-8";
/* CSS Document */

/* CSS Portfolio Slider */

.product { width: 270px; height: 236px; no-repeat top left; float: left; margin-left: -7px; margin-right: 20px; margin-top: 3px;}
.product .product_img {
	width: 236px;
	height: 180px;
	margin-top: 10px;
	margin-left: 28px;
	overflow: hidden;
	position: relative;
	background-image: url(webMedia/carousel/deploy/img/22.jpg);
}
.product .product_img a {display: block; height: 180px;}
.product_img{
	border: 4px solid #999;
}
.product .slide_up {
	height: 160px;
	width: 230px;
	padding: 10px;
	position: relative;
	top: 130px;
	cursor: pointer;
	background-image: url(../webMedia/images/slide_up_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 24px;
}
.product a { font-size: 11px; color: #fff; line-height: 120%;}
.product a {text-decoration: none;}
.product a:hover { text-decoration: none;}
.product a:visited {text-decoration:none; color:#FFF;}
.description {text-align:justify;}
