

body, html {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
}

/* RESET */

div,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style: none;
}

a, a:link, a:active {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: White;
}

a:hover {
	color: #3A3185;
	text-decoration: underline;
}

img {
	border: 0;
}

.nav_panel {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	height: 460px;
	width: 197px;
	text-align: left;
	background: url(../Images/box_nav.png) repeat-x;
	float: left;
	opacity:.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}

.nav_thumbs {
	display: block;
	position: relative;
	left: 0px;
	top: 12px;
	height: 434px;
	width: 750px;
	text-align: left;
	background: url(../Images/box_nav_thumbs.png) no-repeat -20px;
	clear: none;
	float: left;
}

.box_nav {
}

.name{
	display: block;
	position: relative;
	color: White;
	font:  23px "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 5px;
	top: 5px;
	height: 60px;
	width: 180px;
	text-transform: uppercase;
	line-height: 24px;
}

.data {
	display: block;
	position: relative;
	color: #3A3185;
	font:  bold 10px "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 3px;
	top: 10px;
	height: auto;
	width: 185px;
	background: red;
	text-transform: uppercase;
	line-height: 16px;
	background-color: white;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

.pics {
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 744px;
	height: 384px;
	white-space: nowrap;
}

#container {
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 744px;
	height: 384px;
	white-space: nowrap;
        
        overflow-x:scroll ;
        overflow-y:hidden;
        overflow:-moz-scrollbars-horizontal !important;
}

#content {
	height: 360px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
}

#loader {
	background: White url(../Images/loading.gif) no-repeat 10px 10px;
	}
	
.pic360 {
	display: block;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 7px;
	clip: rect(0px, 30px, 40px, 0px);
}

.add_but {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 50px;
	background-color: #FF6600;
	color: White;
	border: 2px solid White;
	padding: 0px 10px 0px 10px;
	width: 110px;
	height: 16px;
	font: bold 9px "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
}

.remove_but {
	display: block;
	position: relative;
	margin-top: 3px;
	margin-left: 10px;
	background-color: #948FBD;
	color: White;
	border: 2px solid White;
	padding: 0px 10px 0px 10px;
	width: 120px;
	height: 16px;
	font: bold 9px "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	float: left;
	clear: both;
}



.polaroid {
	display: block;
	position: absolute;
	width: auto;
	height: 50px;
//	background: #948FBD;
	left: 0px;
	top:  396px;
	padding-right: 10px;
	z-index: 25;
}

.minipola{
	margin-left: 5px;	
}

