﻿@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
 img,ul,li{
	 margin:0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}


.wideslider img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
	margin:0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

