﻿

.hoverImg 
{
	border: 1px dashed #44a !important;
}

.selectedImg
{
	border: 1px solid #44a !important;
}

.jcarousel-skin-avatar
{
	background-color: #aaf;
	border: 1px solid #00f;
}

.jcarousel-skin-avatar .jcarousel-clip-horizontal
{
	width: 540px;
	left: 40px;
	height: 80px;
}

.jcarousel-skin-avatar .jcarousel-next {
    z-index: 3;
    display: none;
    width: 20px;
    height: 20px;
    background:transparent url(../../images/arrow-circle-right.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:32px;
	position:absolute;
	right:5px;
	top:43px;
	width:32px;
}

.jcarousel-skin-avatar .jcarousel-prev {
     z-index: 3;
    display: none;
    width: 20px;
    height: 20px;
    background:transparent url(../../images/arrow-circle-left.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:32px;
	position:absolute;
	left:5px;
	top:43px;
	width:32px;

}

.formValidationError
{
    border: 1px solid red;
    background-color: #fdeada;
    padding: 5px;
    margin-bottom: 15px;
    display: none;
}

label.validationError
{
    color: red;
}

.tremorSubmit
{
	display:none;
}