/* CSS Document */

/*PREVIEW STORY */

#jugstoryouter
{

/*border:thin solid green;*/
background-color:#FFFFFF;
}
#jugstorytitle, #jugstorytitleimg, #jugstorydesc
{
	min-height:20px; 
	height:auto;
}
* html #jugstorytitle, * html #jugstorytitleimg, * html #jugstorydesc
{
	height: 20px;
}

#jugstorytitle
{
/*border:thin solid black;*/

}

#jugstorytitleimg
{
/*border:thin solid red;*/
/*text-align:center;*/
width:110px;
   margin-left: auto;   
   margin-right: auto;
}
#jugstorydesc
{
/*border:thin solid blue;*/
}


#juggler {
	list-style: none;
	margin:0px;
	padding:0px;
}

#juggler li {
	display: block;
	padding: 1px 1px; margin-bottom: 1px;
	/*background-color: #efefef;*/
}

#juggler li img.handle {
	/*margin-right: 5px;*/
	cursor: move;
}
.juggleouter 
{
	min-height:50px; 
	height:auto;
	border:#383 thin solid;
	padding:3px;
}
* html .juggleouter  
{
	height: 50px;
}

#juggler a:hover
{
/*background-color:#383;*/
}
.jugglehandle
{
display:inline;
width:20px;
float:left;
/*border: thin solid red;*/
margin-top: 10px;
margin-left:10px;
}


.jugglestctext
{
display:inline;
width:820px;
float:right;
/*border:thin solid red;*/
}

.jugglepic
{
   width:100px;
}

.jugglestcimage
{
clear:both;
width:110px;
/*border:thin solid red;*/
   margin-left: auto;   
   margin-right: auto;
}

#juggleresponse
{
	min-height:20px; 
	height:auto;
	/*background-color: red;*/
		margin-top:20px;
	margin-bottom:20px;

}
* html #juggleresponse
{
	height:20px; 

}

#jugglerresponseinner
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border: thin solid green;
	text-align:center;
}