/* Slideshow Stuff */
.slide-dash {
    display: block;
    width: 100%;
    height: 11px;
    background: #fff url('../img/slide-dash.jpg') bottom repeat-x;
}

/* TODO: NEEDS EDIT */
#slideshow {
    position: relative;
    z-index: 999;
    
}

.txt-right {
    text-align: right;
    width: 97%;
    padding-right: 3%
}

.txt-center {
    text-align: center;
    width: 100%;
}

.txt-left {
    text-align: left;
    width: 97%;
    padding-left: 3%
}

.slideshowCaption {
    font: normal 25px 'Yekan', Tahoma;
    color: #ffffff;
}

.caption-top {
    margin-top: 3%;
}

.caption-top-2 {
    margin-top: 5%;
	font-size:20px;
	padding-top:10px;
}

.caption-bottom {
    margin-top: 25%;
}

.caption-bottom-2 {
    margin-top: 28%;
	font-size:20px;
	padding-top:10px;
}

.rsABlock {
    text-shadow: 0 0 2px #000000;
}

/* Search Container */
.searchcont {
    display: block;
    width: 100%;
    height: 76px;
    background: transparent url('../img/search-container.png') center center no-repeat;
    position: absolute;
    z-index: 9999;
    bottom: 4px;
}

.searchcont .scont {
    width: 960px;
    height: 76px;
    display: block;
    margin: 0 auto;
}

#city-selectbox {
    width: 207px;
}

.selectbox-city {
    float: right;
    margin-top: 22px;
}

#food-selectbox {
    width: 207px;
}

.selectbox-food {
    float: right;
    margin-top: 22px;
    margin-right: 4px;
}

.text-box {
    border: 0;
    background: transparent url('../img/selectbox.png') center repeat-x;
    float: right;
    margin-top: 22px;
    margin-right: 4px;
    width: 195px;
    height: 31px;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
	font-size: 14px;
    color: #7f7f7f;
    padding: 0 5px;
}

.text-box-focus {
    background-image: url('../img/selectbox-click.png');
    color: #bfbfbf;
}

.search-icon {
    border: 0;
    background: transparent url('../img/search-icon.png') center no-repeat;
    width: 32px;
    height: 31px;
    padding: 0;
    float: right;
    margin-top: 22px;
    margin-right: 4px;
    cursor: pointer;
}

a.resturant-register {
    display: block;
    border: 1px dashed #ffffff;
    width: 197px;
    height: 64px;
    color: #f47929;
    font: normal 22.24px 'Yekan', Tahoma;
    float: left;
    background-color: #fff;
    margin-left: 9px;
    margin-top: 5px;
    text-align: center;
    line-height: 64px;
}

a.resturant-register:hover {
    border: 1px dashed #8abdd1;
}

.content {
    width: 960px;
    margin: 0 auto;
}

.top {
    margin-bottom: 20px;
    display: block;
    background-color: #0c0c0c;
}

/* Slideset */
.slideset {

    display: block;
    z-index: 999;
    float: right;
}

.slideset .side-right {
    float: right;
}

*:first-child+html .slideset .side-right {
    width: 350px;
}

.slideset .side-left {
    float: right;
}

*:first-child+html .slideset .side-left {
    margin-right: 10px;
}

h2.home-section {
    font: normal 17.45px 'Yekan', Tahoma, Arial;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #71acc6;
    background-color: #f4f8f9;
}

.color .last #slideshow {
   
    display: block;
    overflow: hidden;
    margin-right: 10px;
    float: right;
}
.rsDefault .rsBullet {
	width: 15px;
	height: 15px;
	padding: 6px 5px 12px 5px;
}

.rsDefault .rsGCaption {
    background: none !important;
	width:auto;

}
.rsDefault .rsBullet span {
	cursor:pointer;
	background: rgba(255,255,255,0.5) !important;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF !important;
}
.rsDefault .rsBullets {
	background:none;
	
}