        
        body { background-image: url(../img/bg_new.jpg); background-repeat: repeat; margin-top: 0px;        }
        img {border: none;}
        ul.gallery {
            width: 600px;
            list-style: none;
            margin: 0 auto; padding: 0;
        }
        ul.gallery li {
            float: left;
            margin: 0px;
            text-align: left;
            /*border: 1px solid #ccc;*/
            -moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
            -khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
            -webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
            display: inline; /*--Gimp Fix aka IE6 Fix--*/
            padding-top: 0;
            padding-right: 1px;
            padding-bottom: 0px;
            padding-left: 0px;
        }
        ul.gallery li a.thumb {
            width: 167px;
            height: 91px;
            /*padding: 5px;*/
            /*border-bottom: 1px solid #ccc;*/
            cursor: pointer;
        }
        ul.gallery li span { /*--Used to crop image--*/
            width: 167px;
            height: 91px;
            overflow: hidden;
            display: block;
        }
        ul.gallery li a.thumb:hover {
            background: #4d0b00;
        }
        ul.gallery li h2 {
            font-size: 1em;
            font-weight: normal;
            text-transform: uppercase;
            margin: 0; padding: 5px;
            background: #4d0b00;
            border-top: 1px solid #fff; /*--Subtle bevel effect--*/
        }
        ul.gallery li a {
            text-decoration: none;
            color: #FFFFFF;
            display: block;
            text-align: center;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        #slider1 {
	width: 960px; /* important to be same as image width */
	height: 400px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding-left: 12px;
        }
        
        #slider1Content {
            width: 960px; /* important to be same as image width or wider */
            position: absolute;
            top: 0;
        }
        .slider1Image {
            float: left;
            position: relative;
            display: none;
        }
        .slider1Image span {
            position: absolute;
            font: 10px/15px Arial, Helvetica, sans-serif;
            padding: 10px 13px;
            width: 960px;
            background-color: #4d0b00;
            filter: alpha(opacity=60);
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
            color: #fff;
            display: none;
        }
        .clear {
            clear: both;
        }
        .slider1Image span strong {
            font-size: 14px;
        }
        .left {
            top: 0;
            left: 0;
            width: 110px !important;
            height: 236px;
        }
        .right {
            right: 0;
            bottom: 0;
            width: 110px !important;
            height: 236px;
        }
        ul { list-style-type: none;}
        
        
