#coin {
	width:640px;
	height:392px;
	background-color:#000;
	margin:5px 0 0 4px;
}


.cs-prev, .cs-next { display: none; }
					
.coin-slider {width: 640px; position:absolute; }
.cs-buttons { position: relative; background-color: transparent; float: right; font-size: 0; line-height: 0; padding: 5px 5px 5px 5px; z-index: 1000; top: -28px; margin-right: 10px; }
.cs-buttons a { text-indent: -999em; border: 1px solid #a9a9a9; width: 10px; height: 10px; float: left; margin-right: 5px; }
a.cs-active { background-color: #9d0c15; border-color: #9d0c15; }
.cs-buttons a:hover { background-color: #fff; }


#imageslider {margin: 0px 0px 20px 0px; padding:15px 0px 15px 0px; height:90px; width:560px; border-bottom:1px solid #999; border-top:1px solid #999;/*background-color:#000;*/}

/* ---------------- slider - layout ---------------- */

.big_img { width: 548px; margin:0; padding:0;}
.medium_img { width: 255px; margin:0; padding:0; }
.small_img { width: 150px; margin:0; padding:0; }
img.left { margin-right: 10px; }
img.right { margin-left: 10px; }

/* lastest works */
#arr_prev { text-indent: -999em; width: 12px; height: 20px; display: block; float: left; margin: 40px 5px 0 0; background: url(../images/arr_left.png) 0 top; overflow: hidden; }
	#arr_prev:hover { background-position: 0 bottom; }
#arr_next { text-indent: -999em; width: 12px; height: 20px; display: block; float: right; margin: 40px 0 0 0; background: url(../images/arr_right.png) 0 top; overflow: hidden; }
	#arr_next:hover { background-position: 0 bottom; }
#lastest_works { float: left; margin: 0 0 0 0px; overflow: hidden; width: 525px; height: 100px; padding:0;}
#lastest_works li { display: inline; }
/*#lastest_works a { float: left; width: 100px; height: 66px; overflow: hidden; margin: 0 0 0 5px; padding:0; background-position:center; }*/
/*#lastest_works a:hover { border:#999 1px solid; padding:0;}*/

.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

/*------- END -----------*/