
/*********************************page_4*************************************/
.carousel_box{   background:none; background-color:#F9F9F9;}
.one{width:165px;}
.two{width:165px;}
.three{width:165px;}
.four{width:165px;}
.five{width:165px;}

/*********************************page_5*************************************/


/*********************************scroll to top START *************************************/


.imgLeft{ float:left;}
.imgpad-r-b{ padding-right:10px; padding-bottom:10px;}
.imgpad-l-b{ padding-left:10px; padding-bottom:10px;}
.imgpad-all{ padding:10px;}
.links-content{ text-decoration:underline; color:#000;}
.imgborder4{ border-width:4px; border-color:#FFF; }

.top{  width:650px;; float:right; height:15px; padding:5px; text-align:right;}



#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(/images/layout/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

/*********************************scroll to top END *************************************/

 