/*
Skin Name: Wai Yee Hong Slider Theme
Skin Type: flexible
Description: Wai Yee Hong Slider Theme based on dev7studios.com default theme
Version: 1.0
*/

.theme-wyh{
position:relative;
}

.theme-wyh .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-wyh .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-wyh .nivoSlider a {
	border:0;
	display:block;
}

.theme-wyh .nivoSlider h1{
font-size: 14px;
    padding-top: 0;
}

.theme-wyh .nivo-controlNav {
    bottom: 0;
    left: auto;
    margin-left: -40px;
    position: absolute;
    right: 80px;
     z-index: 100;
}
.theme-wyh .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-wyh .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-wyh .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-wyh a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-wyh a.nivo-prevNav {
	left:15px;
}

.theme-wyh .nivo-caption {
    left:auto;
    right:0px;
    width:280px;
	height:100%;
    overflow:hidden;
    background:none;
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
    color:#4c4b4b;
	background-color:white;
}

.theme-wyh .nivo-caption h2,
.theme-wyh .nivo-caption h3 {
	margin:3px 0 1px 0;
	font-size:14px;
}
.theme-wyh .nivo-caption p {
    padding:5px 15px;
    color:#333;
	font-size:110%;
	line-height:1.3;
}


.theme-wyh .nivo-caption a { 
    color:#333;
}

.theme-wyh .ribbon {
	background: url("ribbon.png") no-repeat scroll 0 0 transparent;
    height: 111px;
    left: 13px;
    position: absolute;
    top: 12px;
    width: 111px;
    z-index: 300;
}
