body {
	background-color:#FFFFFF;
	color:#666666;
	font-family:Helvetica;
	font-size:11px;
	margin:0;
	padding:0;
	height:100%;
}
img {
	border:0px;
}


#wrapper {
	width:800px;
	height:600px;
	margin:0 auto;
	padding:0;
}
#header {
	width:780px;
	height:87px;
	padding:10px 10px 20px 10px;
	color:#FFFFFF;
}
#searchBox {
	float:right;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5BDD45;
}
.nav {
	width:780px;
	padding:0 10px 0 10px;
}
.nav ul {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
}
.nav ul li {
	list-style:none;
	display:block;
	float:left;
	line-height:15px;
}
#intro {
	width:630px;
	height:400px;
	padding-top:45px;
	margin:0 auto;
}
#main {
	clear:both;
	width:721px;
	height:390px;
	margin:36px auto 0px auto;
	overflow:hidden;
	position:relative;
}
#canvas {
	position:absolute;
}
.photo {
	float:left;
	width:120px;
	height:175px;
	text-align:center;
	background-color:#000000;
	padding:5px;
	margin:0 10px 10px 0;
}
.photo a, .photo a:visited {
	font-size:13px;
	color:#5BDD45;
	line-height:25px;
}
.photo a:hover {
	color:#FFFFFF;
}

a.model_photo img {
}
a.model_photo:hover img {
}
span.model_name {
	display:block;
	height:24px;
	padding:5px;
	cursor:pointer;
	overflow:hidden;
}
#details {
	width:780px;
	height:442px;
	margin:10px auto 10px auto;
}
#artBoard {
	float:left;
	position:relative;
	width:609px;
	height:380px;
	padding:1px;
	border:1px solid #CCCCCC;
	overflow:hidden;
	background:url(images/loader.gif) center center no-repeat;
}
#leftArrow, #rightArrow {
	position:absolute;
	top:339px;
	cursor:pointer;
}
#leftArrow {
	left:0;
	z-index:200;
}
#rightArrow {
	left:568px;
	z-index:201;
}
#photoLeft {
	float:left;
	width:304px;
}
#photoRight {
	float:right;
	width:304px;
}
#thumbPan {
	float:left;
	/*width:92px;
	height:384px;*/
	height:100px;
    width:384px;
	/*padding-right:37px;*/
}
#thumbWrap {
	position:relative;
	/*height:355px; */
	height:100px;
    width:384px;
	overflow:hidden;
}
#thumbs {
	position:absolute;
}
#thumbs a, #thumbs a:visited, #thumbs a:hover {
	display:block;
	margin-bottom:5px;
}
#thumbs a img {
	width:92px;
	height:115px;
}
.thumbUpArrow {
	display:none;
	margin:0 0 3px 40px;
	width:9px;
	height:9px;
	font-size:0;
	background-color:#5BDD45;
	border:1px solid #000000;
	cursor:pointer;
}

.thumbDownArrow {
	display:none;
	margin:3px 0 0 40px;
	width:9px;
	height:9px;
	font-size:0;
	background-color:#5BDD45;
	border:1px solid #000000;
	cursor:pointer;
}
.track2 {
    position:relative;
	left:100px;
    top:12px;
    width:11px;
	height:366px;
    font-size:0;
    z-index:3;
    background-color:#EEEEEE;
}

.drag_bar2 {
    position:absolute;
    width:100%;
	height:14px;
    cursor:pointer;
    z-index:4;
    background-color:#CCCCCC;
}  
#profile {
	float:left;
	width:613px;
	height:56px;
	margin-top:2px;
}
#profile h3 {
	font-size:20px;
	color:#5BDD45;
	line-height:20px;
	height:20px;
	padding-top:15px;
	margin:0;
}
#profile h3 span {
	float:right;
}
#model_profile {
	font-size:11px;
	line-height:12px;
	height:12px;
	overflow:hidden;
}
#bottomLinks {
	float:right;
	width:156px;
	height:40px;
	margin-top:8px;
	padding:5px;
	text-align:center;
}
#polaroids {
	width:780px;
	height:432px;
	margin:20px auto 10px auto;
}
#print_polaroid {
	text-align:right;
	padding-bottom:3px;
	height:13px;
}
#polaWrap {
	position:relative;
	width:750px;
	height:344px;
	margin:0 auto;
	overflow:hidden;
}
#polaGrid {
	position:absolute;
	top:0px;
	left:0px;
	height:330px;
	width:5000px;
	white-space:nowrap;
	overflow:hidden;
}
.polaImg {
	float:left;
	width:228px;
	height:285px;
	padding:5px 5px 38px 5px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin-right:15px;
}
.polaImg img {
	width:228px;
	height:285px;
}
.polaLeftArrow {
	position:absolute;
	top:333px;
	left:0px;
	width:9px;
	height:9px;
	font-size:0;
	background-color:#5BDD45;
	border:1px solid #000000;
	cursor:pointer;
	z-index:101;
}
.polaRightArrow {
	position:absolute;
	top:333px;
	left:739px;
	width:9px;
	height:9px;
	font-size:0;
	background-color:#5BDD45;
	border:1px solid #000000;
	cursor:pointer;
	z-index:100;
}
.track3 {
    position:relative;
	left:12px;
    top:333px;
    width:726px;
	height:11px;
    font-size:0;
    z-index:3;
    background-color:#EEEEEE;
}

.drag_bar3 {
    position:absolute;
    width:14px;
	height:11px;
    cursor:pointer;
    z-index:4;
    background-color:#CCCCCC;
}
#size1 {
	width:750px;
	margin:15px auto 0 auto;
	height:57px;
	overflow:hidden;
}
#size1  h3 {
	font-size:20px;
	color:#5BDD45;
	line-height:20px;
	height:20px;
	padding-top:25px;
	margin:0;
}
#size2 {
	font-size:12px;
	line-height:12px;
	height:12px;
	text-align:center;
	overflow:hidden;
}
.remove_favorites {
	float:right;
	margin:10px 40px 0 0;
}
.color1 {
	color:#5BDD45;
	font-weight:bold;
}
#contact {
	float:left;
	width:250px;
	font-size:13px;
	line-height:18px;
}
#submission {
	float:right;
	width:250px;
	border:1px solid #5BDD45;
	padding:10px;
	line-height:25px;
}
.txtBox {
	border:none;
	border-bottom:2px solid #5BDD45;
}
#footer {
	width:800px;
	margin:5px auto 0 auto;
	color:#999999;
}
a.dev, a.dev:visited {
	float:right;
	font-size:9px;
	color:#999999;
	letter-spacing:1px;
	text-decoration:none;
}
a.dev:hover {
	color:#666666;
}

.track {
    position:relative;
    float:right;
    top:12px;
    width:11px;
	height:366px;
    font-size:0;
    z-index:3;
    background-color:#EEEEEE;
}

.drag_bar {
    position:absolute;
    width:100%;
	height:14px;
    cursor:pointer;
    z-index:4;
    background-color:#CCCCCC;
}  

.scrollUpArrow {
	position:absolute;
	top:0;
	left:710px;
	width:9px;
	height:9px;
	font-size:0;
	background-color:#5BDD45;
	border:1px solid #000000;
	cursor:pointer;
	z-index:100;
}

.scrollDownArrow {
	position:absolute;
	top:379px;
	left:710px;
	width:9px;
	height:9px;
	font-size:0;
	background-color:#5BDD45;
	border:1px solid #000000;
	cursor:pointer;
	z-index:101;
}

