.slidecontent{
	margin: 0px;
	padding: 0px;
}

.slidecontent img{
	margin-bottom:5px;
	margin-right:10px;
	float:left;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.slidecontent h3{
	color:#e41b21;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom:5px;	
}

.slidecontent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #6B6366;
}

/* -------->> jtip <<<---------------------------------------------------------------*/
/*
#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}
*/

#JT {
	position: absolute;
	z-index:100;
	border: 5px solid #cccccc;
	/*background-color: #fff;*/
	background-image: url(../images/tip_trans.png);
	background-repeat: repeat;		
}


#JT_copy{
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

/*
#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

.jTip{
cursor:help;
}
*/

#JT_close_right, #JT_close_left{
	height:0px;
	margin:0px;
	padding:0px;
}