.img1
{
    background: url(../images/home1.jpg) no-repeat left top;
    height:300px;
}

.img2
{
    background: url(../images/home2.jpg) no-repeat left top;
    height:300px;
}

.img3
{
    background: url(../images/home3.jpg) no-repeat left top;
    height:300px;
}

.img4
{
    background: url(../images/home4.jpg) no-repeat left top;
    height:300px;
}

.h1carosel
{
font-size:30px;
color:#ffffff;
background: black none repeat scroll 0 0;
opacity:0.8;
  filter:alpha(opacity=60);

}

.h1carosel a{
text-decoration: none;	
color:#ffffff;
}

.pcarosel
{
font-size:15px;
color:#ffffff;
background: black none repeat scroll 0 0;
opacity:0.8;
  filter:alpha(opacity=60);
}

.pcarosel a{
text-decoration: none;	
color:#ffffff;
}


.breadcrumb{
	font-size:10px;
	padding: 10 0 0 10px;
}


/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}

.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 10px
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 904px;
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 2px; /*margin around each panel*/
    width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	z-index:0;
}

.stepcarousel .panel .text
{
    color:White;
    background:black;
    opacity:0.6;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
 
ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 
}
 
ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;

}
 
ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
 
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100px;
 border-style:solid;
 border-width:1px 1px 1px 0pt;
 color:#000000;
 background-color:#F6F6F6;
 border-color:#FFFFFF rgb(217, 217, 217) rgb(217, 217, 217);
}
 
ul.dropdown ul li {
 float: none;
}

ul.dropdown ul li a:hover {
 text-decoration: underline;
}
 
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}
 
ul.dropdown li:hover > ul {
 visibility: visible;
}
