@charset "utf-8";
/* CSS Document */

div.worksWrapper {
	position:relative;
	width:186px;
	padding:7px 5px 5px 5px;
	min-height:20px;
	height:auto !important;
	height:20px;
	overflow:hidden;
}
.worksWrapper img {
	display:block;
	margin:0 auto;
	padding:0px;
	border:0px;
}

.worksWrapper a{
	margin:0px;
	padding:0px;
	}


.workscaption {
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	background:none repeat scroll 0 0 #617880;
    color: #303800;
    /*float: left;*/
    font-size: 11px;
    min-height:2px;
	height:auto !important;
	height:2px;
    opacity:0.9;
    padding: 0px 10px;
    position: absolute;
	left:0px;
	top:242px;
    width: 100%;
}


.workscaption p{
	font-size:11px;
	color:#FFF;
	text-align:left;
	display:block;
	margin:5px 15px 10px 0;
	line-height:18px;
	width:150px;
	font-weight:bold;
}

.workscaption input.submit{
	width:87px;
	height:17px;
	padding:0px;
	border:0px;
	position:absolute;
	z-index:990;
	left:100px;
	bottom:8px;
	cursor:pointer;
	background:url(../images/book-now.png) left top no-repeat;
}
.submit{
	width:87px;
	height:17px;
	padding:0px;
	border:0px;
	position:absolute;
	z-index:990;
	left:120px;
	bottom:8px;
	cursor:pointer;
	background:url(../images/book-now.png) left top no-repeat;
}
.workscaption input.submit1{
	width:87px;
	height:17px;
	padding:0px;
	border:0px;
	position:absolute;
	z-index:990;
	left:120px;
	bottom:8px;
	cursor:pointer;
	background:url(../images/sold-out2.png) left top no-repeat;
}