#ibs_slider {
    width: 505px;
	height:580px;
    margin: 25px auto;
    position: relative;
	border: 10px solid #CDDADD;
}

#ibs_slider p#title_info{
	width:460px;
	margin:10px auto;
	font-size: 14px !important;
}

.classic em {
	font-size: 16px !important;
	font-weight:bold;
	display:inline;
}

.scroll {
	overflow: hidden;
	width: 505px;
	height:500px;
    margin: 0 auto;
    position: relative;
}

h3#isb_feature_title{
	display:block;
	margin:15px 0 0 0;
	text-align:center;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 20px 10px;
    width: 274px;
	height: 318px;
	position:relative;
}

img.dir_arrow {
	width:40px !important;
	height:41px !important;
	position:absolute;
	z-index:9999999;
	top:82% !important;
	right:5px !important;
	border:0 !important;	
}

img.dir_arrow_b{
	width:25px !important;
	height:26px !important;
	position:absolute;
	z-index:9999999;
	top:84% !important;
	right:50px !important;
	border:0 !important;	
}

.inside {
	padding: 10px;
	border: 1px solid #c6c6c6;
	position:relative;
	z-index:0;
}

.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	color: #870028;
	font-size: 16px;
	margin: 10 0 40px 0;
}


.inline_box {
	padding:25px; background:#fff;
}

.scrollButtons {
    cursor: pointer;
}

.hide {
    display: none;
}



.tooltip {
	border-bottom: 1px dotted #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 0; top: -15.5em; z-index: 99;
	margin-left: 0; width: 250px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; background: #FFFFAA; border: 1px solid #FFAD33; }


#inthenews li {
	line-height: 1.5em;
    margin-top: 10px;
}

#inthenews li a{
	font-size:1em !important;
	padding:0 0 5px 0;
}

#inthenews li em {
	color:#999;
	font-size:.8em !important;	
}

#cboxClose {
	right:30px !important;	
}