/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 100%;
	background: url(/IR/UOADEV/images/scroll-base.jpg) left top no-repeat;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
/*	background: url(/IR/UOADEV/images/scroll-tail.png) left top no-repeat;*/
	position: relative;
/*	margin-top:3px;*/
}

.jspDrag
{
	background: url(/IR/UOADEV/images/scroll-head-02.png) left bottom no-repeat;
	behavior: url(iepngfix.htc);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

#featured_slider {
float: left;
/*margin: 10px 0px;*/
position: relative;
background-color: #FFF;
/*border: 1px solid #CCC;*/
width: 630px;
}

#featured_slider ul, #featured_slider ul li {
list-style: none !important;
border: none !important;
float: left;
/*margin: 10px;*/
width: 630px;
height: 89px;
}

#featured_slider .img_right {
float: left;
width: 320px;
height: 200px;
margin-left: 20px;
display: none;
}

#featured_slider .img_right img {
width: 320px;
height: 200px;
}

#featured_slider .content_left {
padding: 0 10px;
}

#featured_slider .content_left p {
}

#featured_slider .content_left h2 {
font-size: 20px !important;
margin-bottom: 5px;
}

#featured_slider .feat_prev {
background: transparent url(/IR/UOADEV/images/sprite.png) no-repeat;
background-position: 0px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 94%;
cursor: pointer;
bottom: 0;
float: left;
}

#featured_slider .feat_prev:hover {
background-position: 0px -16px;
}

#featured_slider .feat_next {
background: transparent url(/IR/UOADEV/images/sprite.png) no-repeat;
background-position: -17px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 97%;
bottom: 0;
cursor: pointer;
}

#featured_slider .feat_next:hover {
background-position: -18px -16px;
}