#screen{
	width: 990px;
	padding: 0;
}			
#screen li{
	float: left;
	list-style: none;
}
#screen .jq-ss-crop{
	margin: 0px;
	float: left;				
}
#view{
	margin: 0px;
	width: 924px;
	height: 120px;
	overflow: hidden;
	background: url(../images/bgSlide-content.png) top left no-repeat #232d36;
}
#images{
	width: 4620px !important;
	width: 4620px;
	padding: 0;
}
#images li {
	float: left;
	width: 154px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
}
html:first-child #images li {
	position: relative;
	overflow: visible;
}
#images li img{
	border: 0;
}

li.sliderNav {
	float: left;
	width: 11px;
	height: 124px;
	padding: 0px 11px;
	overflow: hidden;
}
li.sliderNav a {
	float: left;
	display: block;
	width: 11px;
	height: 21px;
	margin-top: 50px;
	padding: 0px;
	overflow: hidden;
	background-position: 0px 0px;
}
li.sliderNav a#left {
	background: url(../images/arrowSlide-left.gif) no-repeat;
}
li.sliderNav a#right {
	background: url(../images/arrowSlide-right.gif) no-repeat;
}
li.sliderNav a:hover {
	background-position: 0px -21px !important;
}


div.tooltip {
    display: none;
	margin-top: 106px;
    width: auto;
    height: 24px;
    padding: 0px 0px 0px 12px;
	overflow: hidden;
    font-size: 14px;
    color: #fff;
    background: url(../images/tooltip-slider-mask.gif) top left no-repeat;
}
div.tooltip h3 {
    margin: 0px !important;
    padding: 5px 30px 6px 18px !important;
    font-size: 11px;
	font-weight: lighter;
	text-align: center;
	white-space: nowrap;
    background: url(../images/tooltip-slider-base.gif) top right no-repeat;
}
div.tooltip h3 a {
    color: #ccc;
	text-decoration: none;
}
div.tooltip h3 a:hover {
    color: #fff;
	text-decoration: none;
}

/* SLIDESHOW portfolio */

#slider {
    width: 190px; /* important to be same as image width */
    height: 162px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 190px; /* important to be same as image width or wider */
    height: 162px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    width: 190px;
    height: 162px;
    float: left;
    position: relative;
	display: none;
	background-color: #fff;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 8px 10px;
    width: 170px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
	text-align: right;
    color: #b1b1b1;
	line-height: 110%;
    display: none;
}
.sliderImage span strong {
    font-size: 11px;
	line-height: 150%;
    color: #fff;
}
.sliderImage span.top {
	top: 0;
	left: 0;
}
.sliderImage span.bottom {
	bottom: 0;
    left: 0;
}
.sliderImage span.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 162px;
}
.sliderImage span.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 162px;
}
