/* TEMP */
#box ul li img {height: 510px;}




* { margin:0; padding:0; border:0;}

body {	color: #fff; font-size: 13px; font-family: helvetica, arial, sans-serif;
		background:url("/images/bg2.jpg") repeat scroll 0 0 transparent;
}
#wrapper {margin: 0px auto;	width: 800px; height: 636px;padding-left: 70px; 
background:transparent url(../images/box-bg.png) no-repeat scroll -19px -131px;}

a{color: #fff; font-weight: bold;}
a:hover {color: #aaa;}

h2 {font-size: 16px;}
h3 {font-size: 14px;}
p {margin-left: 5px;}


/* ** BOX ** */

#box { background-color: black; width: 356px; position:relative; top: 10px; float: left; margin-bottom: 50px;}
#box ul.more {overflow:hidden;}
#box ul.more li {padding:20px 3px;}
#box ul.more a {font-weight:normal;}

#box ul {overflow-y:scroll; overflow-x: hidden; height: 514px;}   /* non-js */

/*
#box ul {width: 370px; list-style: none; overflow:hidden; height: 510px;}
#box ul li {margin-left:8px; padding-top:6px; height: 510px;}
*/
#box #links {text-align:right; margin: 28px 12px 9px 0px;}
#box #links a {text-transform:uppercase; outline: none; text-decoration:none; color: #ffffff; font-weight: bold; font-size: 10px;}
#box #links a:hover {background-color: transparent; color: #aaa;}
#box #links a.selected {color: #aaa;}
#box #links a:active {color: #aaa;}

#logo { left:40px; position:relative; top:315px;}
#next {left:90px; position:relative; top:310px; outline: none;}
#prev {left:-630px; position:relative; top:310px; outline: none; 
	opacity: 0.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	}

#formOutput {margin-left:7px;margin-top:15px;}
	
	
	
	

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height: 510px;
}

/* #box ul, */
#box .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#box ul li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 340px;
    height: 510px;
	margin-left:8px; 
	padding-top:6px; 
}


