@font-face {
        font-family: "FuturaBold";
        src: url('fonts/futura_bold.eot');
        src: url('fonts/futura_bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura_bold.svg#Futura LT') format('svg'),
        url('fonts/futura_bold.woff') format('woff'),
        url('fonts/futura_bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

@font-face {
        font-family: "FuturaMedium";
        src: url('fonts/futura_medium.eot');
        src: url('fonts/futura_medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura_medium.svg#Futura LT') format('svg'),
        url('fonts/futura_medium.woff') format('woff'),
        url('fonts/futura_medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

@font-face {
        font-family: "FuturaLight";
        src: url('fonts/futura_light.eot');
        src: url('fonts/futura_light.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura_light.svg#Futura LT') format('svg'),
        url('fonts/futura_light.woff') format('woff'),
        url('fonts/futura_light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

.menuformobile
{	display:none;
}
a
{	text-decoration:none;
}
a:hover
{	text-decoration:underline;
}
.fleft
{	float:left;
}
.fright
{	float:right;
}
.widt300
{	width:300px;
}
.widt330
{	width:330px;
}
.wid100
{	width:100%;
}
.margt15px
{	margin-top:15px;
}
@font-face {
    font-family: 'news_cyclebold';
    src: url('fonts/newscycle-bold-webfont.eot');
    src: url('fonts/newscycle-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newscycle-bold-webfont.woff') format('woff'),
         url('fonts/newscycle-bold-webfont.ttf') format('truetype'),
         url('fonts/newscycle-bold-webfont.svg#news_cyclebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
    margin-left: 15px;
    margin-top: -54px;
    position: absolute;
    z-index: 9999;
}
.rslides_tabs li
{	list-style:none;
	float:left;
	margin-right:10px;
}
.rslides_tabs li a
{	display:block;
	background:#fff;
	color:#000;
	border-radius:100px;
	border: 1px solid #a1a1a1;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	width:14px;
	height:16px;
	font-size:11px;
	padding:4px 0 0 6px;
	font-weight:bold;
	text-decoration:none;
}
.rslides_tabs li.rslides_here a, .rslides_tabs li a:hover
{	background:#FFCC01;
	color:#000;
}
.rslides_nav
{	position:absolute;
	top:200px;
	text-indent:-9999px;
	display:block;
	width:30px;
	height:53px;
	z-index:99999;
}
.review_slider .rslides_nav
{	top:150px;
}
.rslides_nav.prev
{	background:url(images/prev.png) no-repeat top left;
	left:20px;	
}
.rslides_nav.next
{	background:url(images/next.png) no-repeat top left;
	right:30px;
}




