﻿/*
Design by Utpalendra Kumar Deka , Excoflare 
http://www.excoflare.com
Description: this is for the image slider
*/

#sliderout{width:420px; margin-right:0px; margin-top:0px;}

#slider {
    width: 410px; /* important to be same as image width */
    height: 278px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:none;
	padding: 0px 0px 0px 0px;
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
	padding: 0px;
    position: absolute;	top: 0; margin-left: 0; margin-top: 0;
}
#sliderContent .sliderImage {float: left; position: absolute; display: none; top: 0px; left:0px;}

#sliderContent .sliderImage span { position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px; 
	width: 376px;
    background-color: #3F574D; 
	color: #fff; 
	display: none;
    border-left:4px #3F574D solid;border-right:4px #3F574D solid;border-top:1px #022230 solid;border-bottom:1px #022230 solid;
	z-index:50;margin-left:0px;text-align:left;
}
.clearslider {clear: both;}
.sliderImage span strong {font-size: 14px;}
.sliderImage .top {top: 0;left: 0;}
.sliderImage .bottom {bottom: 50px;left: 0;}
#slider ul { list-style-type: none;}
