/*------------------ENLARGE PIC------------------*/

#enlarge {padding:0;  list-style-type:none; width:240px; height:40px;}
#enlarge li {display:block; float:left;  width:150px; height:100px; position:relative;}
#enlarge li a {display:block; width:150px; height:100px; background:transparent; overflow:hidden; position:relative;}
#enlarge li a img {width:100%; height:100%; border:0;}
#enlarge li a:hover {position:absolute; left:-5px; top:-5px; width:160px; height:110px; z-index:100;}

/*------------------Curved Corners----------------*/
.curvy {float: left; position:relative; width:150px; background:#333; color:#BBB; margin:5px 0px 0px 5px; text-align:center;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#3B3B3B; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#333; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}

.curvy_r {float: right; position:relative; width:150px; background:#333; color:#BBB; margin:5px 0px 0px 5px; text-align:center;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#3B3B3B; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy_r em b {position:absolute; font-size:150px; font-family:arial; color:#333; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy_r p {position:relative; z-index:100; padding:5px 10px;}

/* ---------- gallery styles start here ----------------------- */
.gallery {

	margin: 0 38px 0 38px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 150px;

	
}

.gallery img {
	background: #fff;
	border: solid 1px #;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 150px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
