/* SLIDER \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\*/

.tesla_image_holder{
	margin-bottom: 12px;
	border: 1px dashed #333;
}
#slide_options .tesla-slide-image{
	max-height: 150px;
	width: auto;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#slide_options .tesla-slide-image:hover{
	border-color: rgba(0, 0, 0, 0.3);
}
#slide_options fieldset{
	margin-bottom: 14px;
	border: 1px solid #dfdfdf;
	padding: 6px 12px 8px 10px;
	border-radius: 3px;
}
#slide_options .tesla-option-container{
	margin-bottom: 14px;
}
#slide_options textarea{
	margin: 0;
	height: 4em;
	width: 98%;
	resize: vertical;
}
#slide_options input[type="text"]{
	height: 2em;
	width: 98%;
	margin: 0;
}
#slide_options .tesla-select-image,
#slide_options .tesla-remove-image,
#slide_options input[type="button"]{
	cursor: pointer;
	margin: 0;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background: #f3f3f3;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	line-height: 23px;
	height: 24px;
	padding: 0 10px 1px;
	border-color: #bbb;
	color: #333;
	margin-top: 5px;
}
#slide_options .tesla-select-image:hover,
#slide_options .tesla-remove-image:hover,
#slide_options input[type="button"]:hover{
	border-color: #999;
	color: #222;
}
#slide_options input[type="button"].tesla-remove-image{
	margin: 5px 0 0 4px;
	vertical-align: top;
}

.tesla-option-template{
	display: none;
}