#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 200px;
    width: 660px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 200px;
    width: 660px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 90px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


.watchnow {
position: absolute;
top: 160px;
left: 470px;
width: 180px;
height: 29px;
background: url(../images/watch.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(../images/watch.jpg) bottom left no-repeat;
}

.panel{
text-align:right;
}
.insert {
width: 207px;
height: 200px;
background: url(../images/insertbg.png) top left no-repeat;
margin: 0 0 0 455px;
color: #FFFFFF;
padding: 5px;
text-align:left;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 5px 0;
}
#indes {
padding: 0 10px 0 1px;
text-align: justify;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
