/*
 * 	Easy Slider 1.5 - jQuery plugin
 *	written by Nikesh Kumar
 *  under guidelines of Pixel Webtech Employee	
 *	http://www.pixelwebtech.com/
 *
 *	Copyright (c) 2011 Pixel Webtech (http://www.pixelwebtech.com)
 */







html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}







/* --- MAIN ------------------------------------------------------------------------ */



div.main div.showcase {
	background: url(../pic/gallery_shelf.png) no-repeat bottom center;
	height: 250px;
	margin: 35px 0px 0px 0px;
	position: relative;
	width: 391px;
}

div.main div.showcase div.gallery_holder {
	position: relative;
	height: 201px;
	font-size: 0px;
	overflow: hidden;
	margin: 0px auto;
	width: 350px;
}

div.main div.showcase div.topshadow {
	background: url(../pic/gallery_topshadow.png) no-repeat bottom center;
	bottom: 0px;
	height: 113px;
	position: absolute;
	width: 370px;
	z-index: 13;
}

div.main div.showcase div.leftlamp, div.main div.showcase div.rightlamp {
	background:url(../pic/gallery_lamp_left.png) no-repeat center center;
	display: block;
	height: 106px;
	left: 0px;
	position: absolute;
	top: -14px;
	width: 109px;
	z-index: 14;
}

div.main div.showcase div.rightlamp {
	background-image: url(../pic/gallery_lamp_right.png);
	left: auto;
	right: 1px;
	top: 20px;
}

div.main div.showcase div.gallery {
	height: 250px;
	position: absolute;
	width: 10000px;
}

div.main div.showcase a#show_name, body.portfolio div.image h3 {
	bottom: 12px;
	color: #452913;
	font-family: Fontin, Calibri, Helvetica, Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	left: 22px;
	position: absolute;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

div.main div.showcase ul.controller {
	bottom: 12px;
	position: absolute;
	right: 17px;
	z-index: 15;
	margin:0px !important;
}

ul.controller li a
{
	padding:0px !important;
}

div.main div.showcase ul.controller li { float: left; }

div.main div.showcase ul.controller li a {
	background: url(../pic/gallery_controller.png) no-repeat center center;
	cursor: pointer;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

div.main div.showcase ul.controller li a.on { background-image: url(../pic/gallery_controller_on.png); }


