﻿* { 
	margin:0;
	padding:0;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}

.anythingcontainer  
{
    background-image:url(/svgResources/images/home-temple-bg.png);
    background-repeat:no-repeat;
    background-position:center top;
	width:837px;
	margin:0px 0px 0px 17px;
	position:relative;
	font-size:0.75em;
	padding:10px 0px 10px 0px;
}

.arrow {
	vertical-align:text-top;
	margin:4px 0 0 10px;
}

/* anythingSlider */
.anythingSlider
{ 
    width: 791px; 
    height: 261px; 
    position: relative; 
    margin: 23px 0px 0px 40px;
    padding-top: 8px;
    }
    
.anythingSlider .wrapper
{ 
    width: 594px; 
    height: 241px; 
    position: absolute; 
    top: 0; 
    left: 0; 
    }

.anythingSlider .wrapper ul
{ 
    width: 9999px; 
    list-style: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    margin: 0; 
    }

.anythingSlider ul li
{ 
    display: block; 
    float: left; 
    padding: 0px 10px 0px 10px; 
    height: 241px; 
    width: 575px; 
    position:relative;
    }
    
    .anythingSlider ul li p
    {
        color:#a9b7c6;
        font-size:11px;
        left:254px;
        position:absolute;
        text-align:justify;
        top:18px;
        width:330px;
        }

.anythingSlider ul li img.slide 
{
	float:left;
    }

	.anythingSlider dl {
		float:left;
		width:141px;
		line-height:17px;
		color:#7e8c9a;
		position:absolute;
		bottom:0;
		right:0;
	}
	.anythingSlider dl dt {
		font-size:1.17em;
		font-weight:bold;
		color:#f00;
		margin-bottom:8px;
	}
.anythingSlider .arrow
{ 
    display: block; 
    height: 36px; 
    width: 37px; 
    /*background:url(/svgResources/images/arrow.png) no-repeat;*/
    text-indent: -9999px; 
    position: absolute; 
    top: 100px; 
    cursor: pointer; 
    margin:0;
    }

.anythingSlider .back
{
    background:url(/svgResources/images/arrow_lt.png) no-repeat;
    background-position: 0 0;
    margin-left:-39px;
    left: 0;
    }

.anythingSlider .forward
{
    background:url(/svgResources/images/arrow_rt.png) no-repeat;
    background-position: 0 0;
    margin-right:-9px;
    right: 0;
    }
 
.anythingSlider .forward:hover
{ 
    background-position: 0 -36px; 
    }
    
.anythingSlider .back:hover
{ 
    background-position: 0 -36px; 
    }

#start-stop
{ 
    display:none;
    }

.anythingSlider h2 
{
    float:right;
	font-size:12px;
	width:100%;
	overflow:hidden;
	margin:0;
	letter-spacing:-1px;
	width:333px;
    }

	.anythingSlider h2 a 
	{
	    color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		float:right;
		font-size:12px;
		font-weight:bold;
		letter-spacing:normal;
	    }
	
/* anythingSlider */
.jcarousel-container {
	position:relative;
	padding:0 86px 0 86px;
}

.jcarousel-clip {
	width:776px;
	overflow:hidden;
}

.jcarousel-prev {
    position: absolute;
    top: 68px;
    left: 10px;
    width: 53px;
    height: 80px;
    cursor: pointer;
    background:url(/svgResources/images/buttons_alt.jpg) no-repeat -53px top;
	z-index:1000;
}
.jcarousel-prev:hover {
	background-position:-53px -80px;
}

.jcarousel-next {
    position: absolute;
    top: 68px;
    right: 0;
    width: 53px;
    height: 80px;
    cursor: pointer;
    background:url(/svgResources/images/buttons_alt.jpg) no-repeat left top;
	 z-index:1000;
}
.jcarousel-next:hover {
	background-position:0 -80px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 236px;
    height: 216px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}