@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;	
}
.clear{
	clear:both;
}
#page_wrapper{
	width:950px;
	margin:0 auto;
}
#irb_header{
	background: url(../images/header.gif) no-repeat;
	height:10px;
	width:950px;
	margin-top:10px;
}
#irb_content{
	background:url(../images/content.gif) repeat-y 0 0;
	width:950px;
	padding-left:10px;
	padding-bottom:16px;
}
#irb_content #irb_contact{
	background:url(../images/irbsearch-logo-main.jpg) no-repeat;
	width:918px;
	height:81px;
	margin-left:6px;
	border-bottom:solid 1px #666666;
}
#irb_content #irb_nav{
	width:918px;
	margin-left:6px;
	border-right: solid 1px;
	
}
#irb_content #CU3ER{
	margin: 8px 0 0 6px !important;
	width:918px;
}

#irb_content #carosel{
	width:916px;
	border:1px solid #cdcdcd;
	height:114px;
	margin-top:8px;
	margin-left:6px;
}

#irb_content #irb_menu{
	margin-top:8px;
	margin-left:6px;
	padding-bottom:16px;
}
/* Bottom Content */
#irb_content #irb_menu #left{ float:left; width:300px; height:200px; background:url(../images/ad_08.jpg) no-repeat; padding-left:10px;}
#irb_content #irb_menu #middle{ float:left; width:300px; height:200px; background:url(../images/ad_11.jpg) no-repeat;padding-left:9px;}
#irb_content #irb_menu #right{ float:left; width:300px; height:200px; background:url(../images/ad_12.jpg) no-repeat;padding-left:10px;}

#irb_content #irb_menu #left:hover{float:left; width:300px; height:200px; background: url(../images/ad_08_alt.jpg) no-repeat; padding-left:10px;}
#irb_content #irb_menu #middle:hover{ float:left; width:300px; height:200px; background:url(../images/ad_11_alt.jpg) no-repeat;padding-left:9px;}
#irb_content #irb_menu #right:hover{ float:left; width:300px; height:200px; background:url(../images/ad_12_alt.jpg) no-repeat;padding-left:10px;}


#irb_footer{
	background:url(../images/footer.png) no-repeat;
	height:37px;
	width:950px;
	float:left;
	margin-top:-1px;
}
#footer_right{
	float:right;
	font-size:9px;
	color:#666666;
	margin-top:7px;
	padding-right:22px;
}
#left{
	width:50%
	
}
#irb_footer2{
	background: url(../images/footer-bg.jpg) no-repeat;
	height:74px;
	width:950px;
	float:left;
	margin-bottom:10px;
}
#img_footer{
	padding-left:114px;
}

#irb_footer2 #img_footer #br1{
	background: url(../images/brand-01.jpg) no-repeat;
	height:68px;
	width:87px;
	float:left;
}

#irb_footer2 #img_footer #br2{
	background: url(../images/brand-02.jpg) no-repeat;
	height:68px;
	width:87px;	
	float:left;
}
#irb_footer2 #img_footer #br3{
	background: url(../images/brand-03.jpg) no-repeat;
	height:68px;
	width:89px;	
	float:left;
}
#irb_footer2 #img_footer #br4{
	background: url(../images/brand-04.jpg) no-repeat;
	height:68px;
	width:86px;	
	float:left;
}
#irb_footer2 #img_footer #br5{
	background: url(../images/brand-05.jpg) no-repeat;
	height:68px;
	width:89px;	
	float:left;
}
#irb_footer2 #img_footer #br6{
	background: url(../images/brand-06.jpg) no-repeat;
	height:68px;
	width:88px;	
	float:left;
}
#irb_footer2 #img_footer #br7{
	background: url(../images/brand-07.jpg) no-repeat;
	height:68px;
	width:84px;	
	float:left;
}
#irb_footer2 #img_footer #br8{
	background: url(../images/brand-08.jpg) no-repeat;
	height:68px;
	width:93px;	
	float:left;
}

#pre-load{
	display:none;
}
/* plug in css*/

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../images/hori_large.jpg) no-repeat;
	display:block;
	width:30px;
	height:114px;
	float:left;
	margin:0px;
	cursor:pointer;
	font-size:1px;
}


/* up and down */
a.up, a.down		{ 
	background:url(../images/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.navi {
	margin-left:430px;
	margin-top:-355px;
	width:200px;
	height:20px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 856px;
	height:117px;
	float:left;	
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	margin-left:-3px;
	width:965px;
	height:114px;
	background-color:#eaeaea;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:5px -16px 20px 21px;
	background-color:#fff;
	width:160px;
	height:100px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.scrollable a :hover{
	border:solid 2px #3399cc;
	
	
}
.slideshow {
	height:230px;
}
