.webwidget_slideshow_dot{
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
}
.webwidget_slideshow_dot a{
    text-decoration: none;
}
.webwidget_slideshow_dot a:hover{
    text-decoration: underline;
}
.webwidget_slideshow_dot .slides_box{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
}
.webwidget_slideshow_dot .title_thumb_box{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.webwidget_slideshow_dot .title_thumb_box .title_box{
    padding: 5px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box{
    text-align: center;
    height: 25px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span{
    margin-right: 0px;
    margin-left: 0px;
}
.webwidget_slideshow_dot .title_thumb_box .thumb_box span img{
    cursor: pointer;
}
.webwidget_slideshow_dot img{
    padding: 0px;
    margin: 0px;
    border: none;
}
.webwidget_slideshow_dot ul{
    padding: 0px;
    margin: 0px;
    position: absolute;
    list-style: none;
}
.webwidget_slideshow_dot ul li{
    padding: 0px;
    margin: 0px;
    float: left;
}
.webwidget_slideshow_dot ul li a{
    display: block;
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70ad47), color-stop(1, #70ad47));
	background:-moz-linear-gradient(top, #70ad47 5%, #70ad47 100%);
	background:-webkit-linear-gradient(top, #70ad47 5%, #70ad47 100%);
	background:-o-linear-gradient(top, #70ad47 5%, #70ad47 100%);
	background:-ms-linear-gradient(top, #70ad47 5%, #70ad47 100%);
	background:linear-gradient(to bottom, #70ad47 5%, #70ad47 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70ad47', endColorstr='#70ad47',GradientType=0);
	background-color:#70ad47;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #6aa552;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 28px;
	text-decoration:none;
	width:235px;
	height:40px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF));
	background:-moz-linear-gradient(top, #FFFFFF 5%, #FFFFFF 100%);
	background:-webkit-linear-gradient(top, #FFFFFF 5%, #FFFFFF 100%);
	background:-o-linear-gradient(top, #FFFFFF 5%, #FFFFFF 100%);
	background:-ms-linear-gradient(top, #FFFFFF 5%, #FFFFFF 100%);
	background:linear-gradient(to bottom, #FFFFFF 5%, #FFFFFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0);
	color:#70ad47;
	background-color:#FFFFFF;
}
.myButton:active {
	position:
}
.myButton:active {
	position:relative;
	top:1px;
}

.radius {
-moz-border-radius: 6px;
-webkit-border-radius:6px;
border-radius: 6px;
    }
