/*-----------------------------------------------
		JMYPORT
  -----------------------------------------------*/

	#time{ width: 1024px; }

	#jmyport{
		width:	1024px;
		position: relative;
		top:	50px;
		left:	-18px;
		margin: auto;
	}

	.site_jmyport{
		
		text-align: 	center;
		


		height: 165px;

		margin-top: 	3px;
		margin-right: 	0pt;
		margin-bottom: 	0px;
		margin-left: 	2px;

		padding-top: 	0px;
		padding-right: 	20px;
		padding-bottom: 0px;
		padding-left: 	0px;


		float:	left;
		width: 	234px;
		display: inline;

		overflow: hidden;
	}

	.site_jmyport_img{
		background-color:	#ffffff;
		background-image: 	url(../images/ajax-loader.gif);
		background-repeat: 	no-repeat;
		background-attachment: 	scroll;
		background-position: 	50% 50%;
		z-index:1;
		position: relative;
		width: 240px;
		height:150px;
	}
	.site_jmyport_desc{
		width:	240px;
		height:	150px;

		background-color: 	#101010;
		background-repeat: 	repeat;

		overflow:	hidden;
		text-align:	left;

		position: relative;
		top:	-150px;
		z-index:0;
	}

		.site_jmyport_desc_tit{
			color: #ff6600;
			font-size:	14px;
			position:	relative;
			top:	-23px;
			left:	10px;	
			
		}

		.site_jmyport_desc_bod{
			color: #f0f0f0;

			position:	relative;
			left:	10px;
			top:	-45px;					
			height:	100px;
			width:	220px;
			overflow:	hidden;	

			font-size : 11px;			
			
			font-weight: lighter;		
		}

		.site_jmyport_desc_url a{
			color: #ffffff;

			position:	relative;
			left:	10px;
			top:	-66px;	

			font-size : 10px;			
			
			font-weight: lighter;
		}

		.site_jmyport_desc_url a:hover{ color: #ff6600; }

	.site_jmyport img{ 
		padding:9px;
		border:	1px solid #dddddd;
		background-color: #ffffff;
		z-index:1; 
		width:	220px;
		height:	131px;
	}

	.site_jmyport img:hover{ border-color: #666666; }



