/*+++++++++++++++++++++++++++++++++*/

.slidebox{ z-index:999; position:fixed; right: -250px; top: 50%; margin-top: -60px; font-size: 12px; line-height: 17px;}
.panel {
	width:250px;
	float:right;
	background:none;
	position:relative;
    color: #555555;
	right:-200px;
	 border:none;
	 border-right: 0px;
}
.panel .wrap{padding: 0px;}
.slider-arrow {
	padding:15px;
	width:10px;
	float:right;
	background:url("../images/imagetext.png") repeat-x 0 0 #025798;
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-o-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	font: normal 25px/29px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	position:relative;
	top: 0px;
	right:-200px;
}
.button{background: #13C0DF; font-size: 14px; line-height: 19px; font-weight: bold; color: #fff; 	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px; border: 0px; padding: 4px 8px; cursor: pointer;}
	.button:hover{ background: #4174ba; box-shadow: 0px 0px 3px #ddd;}
.slidebox h3{font-size: 18px; color:#333; margin-bottom: 10px; text-shadow: -1px -1px 0px #fff; -moz-text-shadow: -1px -1px 0px #fff; -o-text-shadow: -1px -1px 0px #fff; -webkit-text-shadow: -1px -1px 0px #fff;}
.slidebox p{ font-size: 12px; line-height: 17px; padding-top: 11px;}
