/* {
        margin: 0;
        padding: 0;
}*/
/*
html, body{
        background-color: #232323;
        font-size: 12px;
        line-height: 14px;
        font-family: Arial, Helvetica, sans-serif;
        color: #999999;
}

a, a:visited {
        color: #993300
}

a:hover {
        color: #FF6600;
}
*/


#demo_container {
        width: 550px;
        height: 220px;
        position: relative;
        margin: 0 auto;
        border:0px solid #232323;
        /*background-color: #232323;
        width: 700px;
        height: 600px;
        position: relative;
        margin: 0 auto;
        /*background-image:url(../images/new_bkgd.jpg);*/
}

#demo_container h2 {
        font-size: 20px;
        line-height: 120px;
        color: #999933;
        text-align: center;
}

#items_container {
        width: 550px;
        height: 220px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        border:0px solid #ebebeb;
        /*width: 500px;
        height: 300px;
        overflow: hidden;
        position: absolute;
        left: 105px;
        top: 118px;
        background-color:#323232;
        color: #333333;*/
}
#controls {
        width: 540px;
        height: 30px;
        position: absolute;

        top:  200px;
        left: 0px;
        list-style: none;
}

#controls li {
        display: block;
        position: absolute;
        width: 120px;
        height: 29px;
        /*background-image:url('http://www.landmark-dubai.com/images/btn_img.jpg');*/
        /*background-image:url('http://www.landmark-dubai.com/images/btn_img_prev.jpg');*/
        list-style: none;
}

#controls a {
        display: block;
        width: 120px;
        height: 29px;
        line-height: 27px;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        color:#cccccc;
}

#controls a:hover {
        /*background-image: url('http://www.landmark-dubai.com/images/btn_img_over.jpg');*/
        /*background-image: url(../images/btn_img_over.jpg);*/
}

#prevbtn {
        left: 10px;
}

#playbtn {
        left:  194px;
}

#nextbtn {
        left: 373px;
}



/*  num nav stuff */

#num_nav {
        width: 540px;
        height: 30px;
        position: absolute;
        top:  190px;
        left: 0px;
        /*top:  427px;
        left: 105px;*/
        list-style: none;
		}

#num_nav li {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin: 2px;
        border: 1px solid #666666;
        background-color: #ffffff;
        color:#990033;
        /*background-color: #333333;*/
}

#num_nav a {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
}

/*  end num nav stuff */



div.slide_item {
        width: 550px;
        height: 220px;
        position: absolute;
        /*width: 500px;
        height: 234px;
        position: absolute;
        left: 501px;
        top: 20px;
        background-color:#292929;*/
}

div.first_item {
        left: 0;
}
/*
div.slide_item h3 {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        color: #6e6c19;
}

div.slide_item p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 10px;
        color:#999999;
}*/
/* back to post link*/
#goback {
        width: 700px;
        text-align: center;
        margin-bottom: 12px;
        position: absolute;
        bottom: 30px;
}

