/* MotoXriders.net Layout Info
Created By: Ecko
Author Website: http://sdx.xperthost.co.uk
Created on: September 15-20th 2006
Created For: MotoXRiders.net
 */
 
 /* Alternate CSS Image styles
 Author: Ecko
 Author Website: http://sdx.xperthost.co.uk
Created on: 02.03.07
Created For: MotoXRiders.net
Desciption: This is a addon styleset to allow
image to float to the left/right of a page for
articles and other pages.
 */

.floatright{
	float:right;
margin-left: 5px;
margin-bottom: 5px;
}
.floatleft{
	float:left;
margin-right: 5px;
margin-bottom: 5px;
}

.borderless {
border: 0px solid #fff;
}

a img{
float:left;
padding:4px;
border:1px solid #c0c0c0;
position:relative;

}
a:hover img	{
	background-color: #fbedca;
	}

img{
float:left;
padding:4px;
border:1px solid #c0c0c0;
position:relative;
margin-right: 5px;
margin-bottom: 5px;
}